
:focus {
    outline: none;
}
.bg-orange{
  background: #FF8311 !important;
  color: #fff !important;
}
.bg-orange:hover{
  background: #FFAB07 !important;
  color: #fff !important;
}
.qq-box {
    background: #fff!important;
    padding: 0!important;
    border: none!important;
}
.qq {
    background: #FF8311 !important;
    color: #fff !important;
    border-radius: 4px;
}
.qq:hover{
    background: #FFAB07 !important;
    color: #fff !important;
  }
.new-base-service {
    position: fixed;
    right: 70px;
    bottom: 160px;
    z-index: 9999;
    border-radius: 4px;
    overflow: hidden;
}

.new-base-service .service-warp {
    width: 64px;
    height: 64px;
    padding: 0 6px;
    background: #fff;
    text-align: center;
    font-family: 'Microsoft YaHei';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #3D3D3D;
    border-bottom: 1px solid #F2F2F2;
}
.new-base-service .service-warp:last-child{
  border-bottom: 0;
}

.new-base-service .service-block {
    cursor: pointer;
    padding: 6px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.new-base-service .service-warp:last-child {
    border-bottom: none;
}

.new-base-service .service-detail {
    position: fixed;
    /* right: 70px; */
    /* bottom: 140px; */
    right: 144px;
    bottom: 176px;
    width: 420px;
    height: 176px;
    background: #fff;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
}

.new-base-service .service-detail .icon-cancel {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}


.new-base-service .service-detail-phone {
  width: 286px;
  height: 153px;
  display: none;
  /* display: block!important; */
  font-size: 14px;
  padding: 23px 22px;
  border-radius: 4px;
}

.new-base-service .service-detail-phone .text {
  color: #646566;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #3D3D3D;
}

.new-base-service .service-detail-phone .big-text {
    color: #FD6500;
}

.new-base-service .service-detail-phone .btn-group {
    display: block;
    text-align: center;
    margin-top: 21px;
}

.new-base-service .service-detail-phone .btn {
    width: 93px;
    height: 37px;
    border: 1px solid rgba(21, 91, 212, 1);
    border-radius: 4px !important;
    font-family: 'Microsoft YaHei';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 37px;
    text-align: center;
    color: #1067EA;
    padding: 0;
}
.new-base-service .service-detail-phone .btn.show-try-to-use-dialog:hover{
  background: #FF8311;
  color: #fff;
  border-color: #FF8311;
}

.new-base-service .service-detail-phone .btn +.btn {
    margin-left: 15px;;
}

.new-base-service .service-detail-phone .btn.btn-primary {
    color: #F5F5F5;
    background:rgba(21,91,212,1)
}

/* .new-base-service .service-detail-phone .btn.btn-primary:hover {
    background: #0893ff;
  }
   */


.new-base-service .service-detail-qr {
    display: none;
    width: 217px;
    height: 153px;
    text-align: center;
    font-size: 12px;
    color: #155BD4;
}

.new-base-service .service-detail-qr img {
    width: 100px;
    height: 100px;
    margin: 25px 0 10px;
}